:root {
  --primary-bg-color: #8FBC8F;
  --primary-color: #FFFAF0;
  --primary-font: 'GothamPro-Regular', sans-serif;
  --gotham-light: 'Gotham-Light', sans-serif;
  --gotham-medium: 'Gotham-Medium', sans-serif;
}

@font-face {
    font-family: 'Gotham';
    src: url('/-/media/project/loreal/brand-sites/kerastase/emea/be/homepage-landing/gotham/Gotham-Bold.woff2') format('woff2'),
        url('/-/media/project/loreal/brand-sites/kerastase/emea/be/homepage-landing/gotham/Gotham-Bold.woff') format('woff'),
        url('/-/media/project/loreal/brand-sites/kerastase/emea/be/homepage-landing/gotham/Gotham-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*  background-color: var(--primary-bg-color); */
body{
    padding:0px;
    margin:0px;
}
img{
    width:100%;
}
#ker-homepage{
    overflow:hidden;
}
#ker-homepage h1{
    font-size:60px;
    line-height:64px;
    font-family: var(--gotham-medium);
}
#ker-homepage h2{
    font-size:52px;
    font-weight:600;
    font-family: var(--gotham-medium);
}
#ker-homepage h2.variant{
    font-family: var(--gotham-medium);
    font-weight: 700;
}
#ker-homepage h3{
    font-size:36px;
    font-weight:600;
    font-family: var(--gotham-medium);
}
#ker-homepage h4{
    font-size:24px;
    font-weight:300;
    font-family: var(--primary-font);
    line-height:32px;
}
#ker-homepage p{
    font-family: var(--primary-font);
    font-weight:500;
}
#ker-homepage .m-text{
    font-size: 18px;
    text-transform: initial;
     font-weight:300 !important;
    line-height: 24px;
}
#ker-homepage .m-text strong{
    font-weight: 600 !important;
}
#ker-homepage .l-text{
    font-size: 20px;
    text-transform: initial;
    font-weight:300 !important;
    line-height: 30px;
}
@media only screen and (max-width: 768px) {
    #ker-homepage .gs-ritual .column-half .info p{
            font-size: 18px !important;
            text-transform: initial;
            font-weight:300 !important;
            line-height: 26px;
    }
    #ker-homepage .gs-ritual .column-half .info p br{
        display:none;
    }
}
@media only screen and (max-width: 500px) {
    #ker-homepage h1{
        font-size:42px;
        line-height:46px;
        font-family:var(--gotham-medium);
    }
    #ker-homepage h2{
        font-size:32px;
        font-family: var(--gotham-medium);
    }
    #ker-homepage h2.variant{
        font-family: var(--gotham-medium);
        font-weight: 700;
    }
    #ker-homepage h3{
        font-size:22px;
        font-family: var(--gotham-medium);
    }
    #ker-homepage h4{
        font-size:18px;
        line-height:24px;
    }
    #ker-homepage .m-text{
        font-size: 16px;

        line-height: 24px;
         font-family: var(--primary-font);
    }
    #ker-homepage .l-text{
        font-size: 20px;
        line-height: 26px;
         font-family: var(--primary-font);
    }
}

#ker-homepage .fluid-container{
    max-width:1050px;
    padding:40px 0px;
    margin:auto;
}
#ker-homepage .cta-btn {
    display: inline-block;
    margin-top:20px;
    background-color: #000;
    color: #fff;
    font-family: var(--primary-font);
    padding: 12px 24px;
    text-decoration: none;
}

#ker-homepage .cta-btn.border-cta {
    display: inline-block;
    margin-top:20px;
    background-color: transparent;
    padding:22px 60px;
    color: #000;
    font-size:20px;
    border:2px solid #000;
    font-family: var(--primary-font);
    text-decoration: none;
    transition: all .6s;
}
#ker-homepage .cta-btn.border-cta:hover{
    background:#000;
    color:#fff;
}

/* Header */
#ker-homepage #kh-header{
    max-width:1870px;
    background-color:#E9E9E9;
    width:100%;
    position: relative;
    margin:auto;
    display: flex;
    padding:60px 80px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-wrap:wrap;
    align-items:end;
    text-decoration: none;
    color:#fff;
    height:90vh;
}
#ker-homepage #kh-header:before{
    content:'';
    height:60vh;
    width:100%;
    position:absolute;
    bottom:0px;
    left:0px;
    background: #000000;
    background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 95%);
    background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 95%);
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#000000",
    endColorstr="#000000",
    GradientType=0
    );
}
.header-inner{
    text-align: center;
    width:100%;
}
#ker-homepage #kh-header .header-inner{
    text-align: center;
}
#ker-homepage #kh-header .header-inner h2.subline{
    font-size:52px;
    color:#B4B5DF;
    margin:0px;
    margin-bottom:0px;
    font-weight:400;
}
#ker-homepage #kh-header .header-inner h1{
    font-size:72px;
    font-family:'Gotham', sans-serif;
    font-weight:700;
    color:#fff;
    text-align: center;
    margin:0px;
    margin:0px 0px 15px 0px;
    line-height:72px;
    letter-spacing:-1%;
    font-weight:500;
}
#ker-homepage #kh-header .header-inner h1 span{
    font-size:80px;
}
#ker-homepage #kh-header .header-inner p{
    font-size:28px;
    line-height:36px;
    font-family: var(--gotham-light);
    font-weight:300;
    color:#fff;
    text-transform: uppercase;
    margin:0px;
}
#ker-homepage #kh-header .disclaimer{
    font-size: 10px;
    color: #fff;
    z-index: 10;
    display: block;
    margin-top:20px;
    text-transform: uppercase;
    position: relative;
    font-family: var(--gotham-light);
    font-weight:300;
}

@media only screen and (max-width: 1420px) {
    #ker-homepage #kh-header{
        background-size:cover !important;
    }
    #ker-homepage #kh-header .header-inner{
        z-index:30;
    }
    #ker-homepage #kh-header .header-inner h1{
        color:#fff;
    }
    #ker-homepage #kh-header .header-inner p{
        color:#fff;
    }
    #ker-homepage .cta-btn.border-cta{
        border: 2px solid #fff;
        color:#fff;
    }
    #ker-homepage .cta-btn.border-cta:hover{
        background:#fff;
        border: 2px solid #fff;
        color:#000;
    }
}
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
    
    #ker-homepage #kh-header{
        padding:200px 30px 40px 30px;
        background:url('/-/media/project/loreal/brand-sites/kerastase/emea/be/homepage-landing/kera_home_visual_mob.jpg') !important;
        background-size: cover !important;
        background-position: center !important;
        align-items: end;
    }
      #ker-homepage #kh-header:after{
        display:none;
      }
    #ker-homepage #kh-header .header-inner h2.subline{
        font-size:26px;
    }
     #ker-homepage #kh-header .header-inner h1,  #ker-homepage #kh-header .header-inner h1 span{
        font-size:60px;
        line-height:50px;
     }
     #ker-homepage #kh-header .header-inner p{
        margin-top:15px;
        font-size:18px;
        line-height:26px;
     }
     #ker-homepage .cta-btn.border-cta {
        padding:13px 40px;
        font-size:18px;
     }
     #ker-homepage .gs-animation{
        aspect-ratio: 9 / 16;
        background-image: url("../images/genesis_9x16_nl.gif");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/** Blonde type **/

#ker-homepage .blonde-type{
    max-width:1870px;
    width:100%;
    min-height:700px;
    aspect-ratio: 16 / 9;
    margin:auto;
    position: relative;
    background-image: url("/-/media/project/loreal/brand-sites/kerastase/emea/be/homepage-landing/KER_Type_BLOND_16x9.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display:flex;
    align-items: end;
}
#ker-homepage .blonde-type:before{
    content:'';
    height:50%;
    width:100%;
    position:absolute;
    bottom:0px;
    left:0px;
    background: #000000;
    background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 95%);
    background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 95%);
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#000000",
    endColorstr="#000000",
    GradientType=0
    );
}
#ker-homepage .blonde-type .header-inner{
    width:100%;
    z-index:30;
}
#ker-homepage .blonde-type .header-inner h2{
    color:#fff;
    text-align: center;
}
#ker-homepage .blonde-type .header-inner .column-wrap{
    display:flex; 
    padding:0px 30px 20px 30px;
}
#ker-homepage .blonde-type .header-inner .column-wrap .column{
    width: 50%;
    padding:0px 30px;
    text-align: center;
}
#ker-homepage .blonde-type .header-inner .column-wrap .column h3{
    color:#fff;
    margin:0px;
}
#ker-homepage .blonde-type .header-inner .column-wrap .column p{
    color:#fff;
    font-weight:300;
    margin:10px 0px 0px 0px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1240px) {
    #ker-homepage .blonde-type:before{
        height:70%;
    }
}
@media only screen and (max-width: 768px) {
    #ker-homepage .blonde-type{
        aspect-ratio:auto;
        padding-top:300px !important;
        background-image: url("/-/media/project/loreal/brand-sites/kerastase/emea/be/homepage-landing/KER_Type_BLOND_9x16_mob.jpg");
        padding:30px;
        box-sizing: border-box;
    }
    #ker-homepage .blonde-type:before{
        height:80%;
    }
    #ker-homepage .blonde-type .column-wrap .column:first-child{
        margin-bottom:20px;
        text-align: left;
    }
    #ker-homepage .blonde-type .header-inner h2{
        text-align: left;
        margin-bottom:15px;
    }
    #ker-homepage .blonde-type .header-inner h3{
        text-align: left;
        margin-bottom:15px;
    }
    #ker-homepage .blonde-type .header-inner p{
        text-align: left;
        margin-bottom:15px;
    }
    #ker-homepage .blonde-type .header-inner .column-wrap{
        flex-wrap:wrap;
        padding:0px;
    }
    #ker-homepage .blonde-type .header-inner .column-wrap .column{
        width: 100%;
        padding:0px;
    }
}
@media only screen and (max-width: 600px) {
    #ker-homepage .blonde-type{
        height:100vh;
    }
    #ker-homepage .blonde-type .header-inner h2{
        text-align: left;
        margin-bottom:15px;
        font-size:26px;
    }
    #ker-homepage .blonde-type .header-inner h3{
        text-align: left;
        margin-bottom:15px;
        font-size:18px;
        line-height:24px;
    }
    #ker-homepage .blonde-type .header-inner p{
        text-align: left;
        margin-bottom:15px;
        font-family: var(--gotham-light);
        font-size:16px;
        line-height:24px;
        font-weight:300;
    }
}

/** Ritual **/
#ker-homepage .gs-ritual{
    max-width:1870px;
    width:100%;
    position: relative;
    margin:auto;
}
#ker-homepage .gs-ritual .flex-grid{
    display:flex;
    flex-wrap:wrap;
}
#ker-homepage .gs-ritual .flex-grid img{
    object-fit: cover;
    display: block;
    height:100%;
}
#ker-homepage .gs-ritual .column-half{
    width:50%;
    display:flex;
    align-items: center;
}
#ker-homepage .gs-ritual .column-half .info{
    width:100%;
    padding: 60px 30px;
    box-sizing: border-box;
}
#ker-homepage .gs-ritual .info h3{
    margin-bottom:10px; 
}
#ker-homepage .gs-ritual .column-half .info p{
    margin-top:0px;
    font-weight:400;
    font-size:22px;
    text-align: center;
}
#ker-homepage .gs-ritual .column-half .info .grid-wrap{
    display: flex;
    flex-wrap:wrap;
    flex-flow: column;
    align-items: center;
}
#ker-homepage .gs-ritual .column-half .info .grid-wrap .sub-wrap{
    display:flex;
}
#ker-homepage .gs-ritual .column-half .info .grid-wrap .sub-wrap .column{
    width:50%;
    padding:0px 10px;
}
#ker-homepage .gs-ritual .column-half .info .grid-wrap .sub-wrap .column .subtitle{
    width: 100%;
    font-family: var(--gotham-medium);
    font-size:20px;
    font-weight:600;
    text-align: center;
    margin-bottom:20px;
}
#ker-homepage .gs-ritual .column-half .info .grid-wrap-one-row{
    display: flex;
    align-items: center;
    max-width:350px;
    margin:auto;
    margin-top:0px;
    grid-gap: 0px;
}
#ker-homepage .gs-ritual .column-half .info .grid-wrap .item{
    background:#fff;
    display:flex;
    text-decoration: none;
    max-width:330px;
    min-width:300px;
    align-items: center;
    transition: all 0.2s;
    border: 2px solid #f2f2f2;
    margin-bottom:20px;
}
#ker-homepage .gs-ritual .column-half .info .grid-wrap .item:hover{
    border: 2px solid #000;
    transform: scale(1.03);
}
#ker-homepage .gs-ritual .column-half .info .grid-wrap .item img{
    max-height:140px;
    max-width:94px;
    height:100%;
    object-fit: cover;
    width:35%;
}
#ker-homepage .gs-ritual .column-half .info .grid-wrap .item .number{
    display: flex;
    align-items: center;
    font-family: var(--gotham-medium);
    padding:10px;
    color:#000;
    font-style: normal;
    width:100%;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size:18px;
}
#ker-homepage .gs-ritual .column-half .info .grid-wrap .item .number strong{
    font-size:40px;
    font-weight:500;
    margin-left:10px;
    width:38px;
}
#ker-homepage .gs-ritual .column-half .info .grid-wrap .item .number span{
    font-style: normal;
    font-size:20px;
    font-family: var(--gotham-medium);
}
#ker-homepage .gs-ritual .flex-grid{
    background:#fff;
}
#ker-homepage .gs-ritual .column-third{
    width:calc(100% / 3);
    background-size:cover !important;
    background-position: center bottom !important;
    display: flex;
    align-items: center;
}
#ker-homepage .gs-ritual .column-third > a{
    height:100%;
}
#ker-homepage .gs-ritual .column-third img{
    object-fit: cover;
    height:100%;
    display: block;
}
#ker-homepage .gs-ritual .column-third img.mobile{
    display:none;
}
#ker-homepage .gs-ritual .column-third .info{
    width:100%;
    padding:40px;
    box-sizing: border-box;
}
#ker-homepage .gs-ritual .column-third .info h2{
    font-weight:300;
} 
#ker-homepage .gs-ritual .column-third .info h3{
    margin-top:0px;
    font-size:36px;
    font-weight:600;
    text-transform: uppercase;
    font-family: var(--gotham-medium);
    line-height:36px;
}
#ker-homepage .gs-ritual .column-third .info h4{
    margin-top:0px;
    line-height:26px;
    margin:20px 0px;
}
#ker-homepage .gs-ritual .column-third .info p{
    margin-top:0px;
    font-size:18px;
    text-transform: none;
    font-weight:300;
    line-height:24px;
    font-family: var(--primary-font);
}
#ker-homepage .gs-ritual .column-third .info a{
    font-style: normal;
    min-height:70px;
    display: inline-flex;
    padding:0px 60px;
    font-weight: 300;
    background:#242424;
    align-items: center;
    justify-content: center;
    overflow:hidden;
    transition: all 0.5s ease;
     font-family: var(--gotham-medium);
    position: relative;
}
#ker-homepage .gs-ritual .column-third .info a:after{
    content:'';
    position:absolute;
    border:1px solid #fff;
    opacity:0;
    width:0px;
    height:0px;
    border-radius: 100%;
    transition:all 0s ease;
    transform: scale(1);
}
#ker-homepage .gs-ritual .column-third .info a:hover:after{
    opacity:0.7;
    width:50px;
    border:4px solid #fff;
    height:50px;
     transition:all 0.7s ease;
    transform: scale(6);
}
#ker-homepage .gs-ritual .column-third .info a:hover{
    color:#fff;
    transform: scale(1.05);
    background:#B4B5DF;
    transition-delay: 0.2s;
}
#ker-homepage .gs-ritual .flex-grid.mirror .column-third .info{
    width:100%;
    padding:40px;
    box-sizing: border-box;
    text-align: left;
}
#ker-homepage .gs-ritual .column-third .info .disclaimer{
    font-size:12px;
    margin-top:60px;
}
@media only screen and (max-width: 1400px) {
    #ker-homepage .gs-ritual .column-half:first-child{
        width:40%;
    } 
    #ker-homepage .gs-ritual .column-half:last-child{
        width:60%;
    } 
    #ker-homepage .gs-ritual .column-half .info .grid-wrap .item img{
        max-height:100px;
        height:100%;
        width:35%;
    }
}
@media only screen and (max-width: 1100px) {
    #ker-homepage .gs-ritual .column-half{
        width:100% !important;
    }
    #ker-homepage .gs-ritual .column-half .info h2{
        margin-top:0px;
    }
    #ker-homepage .gs-ritual .column-half{
        order: 2;
    }
    #ker-homepage .gs-ritual .column-half.add-padding{
        order:1;
    }
    #ker-homepage .gs-ritual .column-half .info .grid-wrap-one-row{
        max-width:100%;
        width:100%;
        display: flex;
        grid-gap:0px 30px !important;
    }
     #ker-homepage .gs-ritual .column-half .info .grid-wrap-one-row .item{
        width:100%;
     }
}

@media only screen and (max-width: 1024px) {

    #ker-homepage .gs-ritual .flex-grid .column-third:nth-child(2){
        display:none;
    }
    #ker-homepage .gs-ritual .flex-grid .column-third.notvisible{
        display:none;
    }
     #ker-homepage .gs-ritual .flex-grid .column-third.show{
        display:block;
    }
    #ker-homepage .gs-ritual .column-third{
        width:calc(100% / 2);
    }
    #ker-homepage .gs-ritual .column-third .info, #ker-homepage .gs-ritual .flex-grid.mirror .column-third .info{
        padding: 50px 30px;
    }
}
@media only screen and (max-width: 768px) {
    #ker-homepage .gs-ritual .column-third{
        width:100%;
        padding:0px;
        background:none !important;
        box-sizing: border-box;
    }
     #ker-homepage .gs-ritual .extra-padding .column-third{
        padding:40px;
     }
      #ker-homepage .gs-ritual .extra-padding .column-third .info, #ker-homepage .gs-ritual .extra-padding .flex-grid.mirror .column-third .info{
        padding: 0px;
    }
    #ker-homepage .gs-ritual .column-third .info a{
        min-height:54px;
        margin-top:0px;
        padding:0px 40px;
    }
    #ker-homepage .gs-ritual .flex-grid{
        background:#fff;
    }
    #ker-homepage .gs-ritual .flex-grid.mirror{
        flex-direction: column-reverse;
    }
    
    #ker-homepage .gs-ritual .column-third .info, #ker-homepage .gs-ritual .flex-grid.mirror .column-third .info{
        padding: 40px 40px;
    }
    #ker-homepage .gs-ritual .column-half .info{
         padding:40px 30px;
    }
    #ker-homepage .gs-ritual .flex-grid.mirror .column-third .info{
        text-align: left;
    }
    #ker-homepage .gs-ritual .column-half .info .grid-wrap .item{
        min-width:auto;
        max-width: 270px;
        width: 100%;
    }
    #ker-homepage .gs-ritual .column-half .info .grid-wrap .item img{
        max-width:80px;
    }
    #ker-homepage .gs-ritual .column-half .info .grid-wrap .item .number{
        font-size:14px;
        padding:5px;
    }
    #ker-homepage .gs-ritual .column-half .info .grid-wrap .item .number strong{
        font-size:26px;
        margin-right:10px;
        width: 20px;
    }
    #ker-homepage .gs-ritual .column-half .info .grid-wrap .item .number span{
        font-size:16px;
    }
    #ker-homepage .gs-ritual .column-third img.desktop{
        display:none;
    }
    #ker-homepage .gs-ritual .column-third img.mobile{
        display:block;
    }
    #ker-homepage .gs-ritual .column-third .info h3{
        margin-top:0px;
        font-size:25px;
        font-family: var(--gotham-medium);
        line-height:25px;
        margin-bottom:10px;
    }
    #ker-homepage .gs-ritual .column-third .info h4{
        margin-top:0px;
        font-size:18px;
        line-height:26px;
          margin-bottom:10px;
        font-family: var(--gotham-medium);
    }
    #ker-homepage .gs-ritual .column-third .info p{
        margin-top:0px;
        font-size:18px;
        text-transform: none;
        font-weight:300;
        line-height:24px;
        font-family: var(--primary-font);
    }
}

@media only screen and (max-width: 520px) {
     #ker-homepage .gs-ritual .extra-padding .column-third{
        padding:30px;
     }
    #ker-homepage .gs-ritual .column-half .info .grid-wrap .item{
        min-width: inherit;
        margin:0px auto 20px auto;
    }
    #ker-homepage .gs-ritual .column-half .info .grid-wrap .sub-wrap{
        flex-wrap:wrap;
    }
    #ker-homepage .gs-ritual .column-half .info .grid-wrap .sub-wrap .column{
        width:100%;
    }
    #ker-homepage .gs-ritual .column-half .info .grid-wrap .item img{
        height:100%;
        width:35%;
        object-fit: cover;
    }
}


/** ICONEN **/
#ker-homepage .section-iconen{
    max-width:1870px;
    background-color:#E9E9E9;
    width:100%;
    position: relative;
    margin:auto;
    display: flex;
    padding:60px 60px;
    box-sizing: border-box;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    flex-wrap:wrap;
    align-items:end;
    text-decoration: none;
    color:#fff;
    height:90vh;
}
.header-inner{
    text-align: left;
    width:100%;
}
#ker-homepage .section-iconen .header-inner h2{
    font-size:52px;
    color:#000;
    margin-bottom:20px;
    font-weight:400;
}
#ker-homepage .section-iconen .header-inner p{
    font-size:24px;
    line-height:36px;
    font-family: var(--gotham-light);
    font-weight:300;
    color:#000;
    margin:0px;
}
#ker-homepage .section-iconen .header-inner .cta-btn{
    background:transparent;
    color:#000;
    font-size:24px;
    margin-top:10px;
    padding:15px 12px;
    border-bottom:2px solid #000;
}

@media only screen and (max-width: 768px) {
    #ker-homepage .section-iconen{
        padding:40px 30px;
           background-image: url("/-/media/project/loreal/brand-sites/kerastase/emea/be/homepage-landing/Nutritive-Genesis-Elixir-INTL-VER-mob.jpg") !important;
           background-position: center top;
    }
}

/** Break visual **/
.page-break-visual{
    max-width:1870px;
    margin:auto;
    min-height:30vh;
    width:100%;
    background-size:cover !important;
    background-position: center;
}
@media only screen and (max-width: 768px) {
    .page-break-visual{
        min-height:auto;
        aspect-ratio: 16/9;
        background-image: url("/-/media/project/loreal/brand-sites/kerastase/emea/be/homepage-landing/KER_MAGIC_NIGHT_DUO_mob.jpg") !important;
    }
}
/** Product CTA shot **/
.product-cta-shot{
    display:flex;
    max-width:1870px;
    margin:auto;
    background:#f3f3f3;
    min-height:70vh;
}
.product-cta-shot .left-column{
    width:calc(100% / 3);
}
.product-cta-shot .left-column img{
    object-fit: cover;
    height:100% !important;
    width:100% !important;
    object-position: center;
}
.product-cta-shot .left-column img.mob{
    display:none !important;
}
.product-cta-shot .right-column{
    width:calc((100% / 3)*2);
    display:flex;
    align-items: center;
    padding:60px;
    justify-content: center;
}
.product-cta-shot .right-column h4{
    font-size:36px !important;
    margin:0px !important;
}
.product-cta-shot .right-column h2{
    font-size:42px !important;
}
.product-cta-shot .right-column h2 span{
    font-size:72px;
}
.product-cta-shot .right-column .inner p{
    font-size:26px !important;
    line-height:36px !important;
    font-family: var(--gotham-light) !important;
    text-transform: uppercase !important;
}
.product-cta-shot .right-column .inner{
    text-align: center;
}
.product-cta-shot .right-column .inner .disclaimer{
    font-family: var(--gotham-light);
    text-transform: uppercase;
    margin-bottom:20px;
    font-size:12px;
}
#ker-homepage .product-cta-shot .right-column .inner .cta-btn{
    font-size:24px;
    margin-top:20px;
    padding:20px 40px;
}

@media only screen and (max-width: 1024px) {
    .product-cta-shot{
        flex-wrap:wrap;
    }
    .product-cta-shot .left-column{
        width:100%;
        order:2;
        max-height:500px;
    }
    .product-cta-shot .left-column img{
        object-fit: contain;
    }
    .product-cta-shot .left-column img.desktop{
        display:none !important;
    }
    .product-cta-shot .left-column img.mob{
        display:block !important;
    }
    .product-cta-shot .right-column{
        width:100%;
        order:1;
    }
}
@media only screen and (max-width: 768px) {
    .product-cta-shot .right-column h4{
        font-size:26px !important;
        margin:0px !important;
    }
    .product-cta-shot .right-column h2{
        font-size:32px !important;
    }
    .product-cta-shot .right-column h2 span{
        font-size:52px;
    }
    .product-cta-shot .right-column p.l-text br{
        display:none;
    }
}
@media only screen and (max-width: 540px) {
    .product-cta-shot .right-column{
        padding:30px;
    }
}
@media only screen and (max-width: 420px) {
    .product-cta-shot .right-column h4{
        font-size:20px !important;
        margin:0px !important;
    }
    .product-cta-shot .right-column h2{
        font-size:26px !important;
    }
    .product-cta-shot .right-column h2 span{
        font-size:42px;
    }
    .product-cta-shot .right-column p.l-text{
        font-size:20px !important;
        line-height:28px !important;
    }
    .product-cta-shot .right-column p.l-text br{
        display:none;
    }
}